|
|
|
|
Joined: Sep 2001
Posts: 129
Member
|
|
Member
Joined: Sep 2001
Posts: 129 |
There was not the option for editing the first post in a thread; was this (at the moment until I am convinced) terrible idea by design, I edited my editpost.php file from this: <br /> if ( ($user['U_Status'] == "Administrator") || ( ($user['U_Status'] == "Moderator") && $check ) ){<br /> if ($Number != $Main) {<br /> if (!$debug) {<br /> include("$thispath/templates/$tempstyle/editpost_manage_move.tmpl");<br /> }<br /> }<br /><br /> }<br />[/code<br /><br /><br />to this:<br />[code]<br /> if ( ($user['U_Status'] == "Administrator") || ( ($user['U_Status'] == "Moderator") && $check ) ) {<br /> if (!$debug) {<br /> include("$thispath/templates/$tempstyle/editpost_manage_move.tmpl");<br />}<br />}<br />
Regards Clint
Running on WIN2003 Web Server.
Paranoid people get followed too!
|
|
|
|
|
Joined: May 1999
Posts: 3,039
Guru
|
|
Guru
Joined: May 1999
Posts: 3,039 |
Actually that check is to make sure that the option to move the post & replies only appears on replies and not original topics. Since the function it calls is for moving a reply to a new thread. Moving the entire thread needs to be done through the move thread function in the "Manage this thread" box.
UBB.threads Developer
|
|
|
|
|
Joined: Sep 2001
Posts: 129
Member
|
|
Member
Joined: Sep 2001
Posts: 129 |
Sorry boss code returned to distribution standards 
Regards Clint
Running on WIN2003 Web Server.
Paranoid people get followed too!
|
|
|
Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.
Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
|
|
Posts: 21,080
Joined: March 2000
|
|
|
Forums63
Topics37,583
Posts293,955
Members13,824
| |
Most Online151,614 Nov 14th, 2025
|
|
Currently Online 701
Topics Created 0
Posts Made 0
Users Online 0
Birthdays 13
|
|
|
|
|
|